Skip to main content

Get Tenant Keys

GET /api/v1/products/tenants/{tenantId}/keys

Description

Retrieve keys for a specific tenant.

Path Parameters

NameTypeDescription
tenantIdstringThe tenant ID (path)

Query Parameters

NameTypeDescription
keyByStatusesstringAllowed fields separated by comma: ACTIVE, DISABLED, REVOKED, REFRESHED, EXPIRED
orderstringAvailable values: ASC, DESC
pagestringPage number for pagination
limitstringNumber of items per page

Example

GET /api/v1/products/tenants/{tenantId}/keys?keyByStatuses=ACTIVE,DISABLED&order=ASC&page=1&limit=10

Response Code: 200 - OK

Description

Successful response.

Headers

Content-TypeValue
apiKey{{apiKey}}

Body (raw)

None

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/products/tenants/{tenantId}/keys \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!